
.card:hover .cardimg {
	opacity: 0.4;
	
}

.card {
	transition: 0.4s;
	background: #fff;
}

.carousel-card {
	transition: 0.4s;
	background: #fff;
}

/*.card p {
	text-align: center;
	border: 1px;
	font: 20px/220px Georgia, Times New Roman, serif;
	position: relative;
	float: left;
	margin-right: 0px;
	width: 100%;
	height: 260px;
	border-radius: 10px;
	background: #fff;
}*/

.carousel-card p {
	text-align: center;
	border: 1px;
	font: 20px/220px Georgia, Times New Roman, serif;
	/*position: relative;*/
	float: left;
	margin-right: 0px;
	width: 100%;
	height: 260px;
	border-radius: 10px;
	/*background: #fff;*/
} 

.projectcard p {
	text-align: center;
	border: 1px;
	font: 20px/220px Georgia, Times New Roman, serif;
	position: relative;
	float: left;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #fff;
	
}

.projectcard, .front, .back {
	text-align: center;
	border: 1px;
	font: 20px/220px Georgia, Times New Roman, serif;
	position: relative;
	float: left;
	margin-right: 0px;
	width: 100%;
	height: 220px;
	border-radius: 10px;
	background: #fff;
	
}

/*.skills {
	
	font-family: Montserrat, sans-serif;
	color: #000;
	font-size: 10px;
	float: center;
}*/

/*
.projectcard {
	position: relative;
	height: 250px;
	width: 200px;
	margin: 0 auto;
	align-self: center;
	backgroun: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0,0,0,.5);
}

.projectcard p {
	text-align: center;
	border: 1px;
	font: 20px/220px Georgia, Times New Roman, serif;
	position: relative;
	float: left;
	margin-right: 10px;
	width: 96%;
	height: 220px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}

.projectcard-container {
	width: 100%;
}

*/

/* .card p {
	text-align: center;
	border: 1px;
	font: 20px/220px Georgia, Times New Roman, serif;
	position: relative;
	float: left;
	margin-right: 10px;
	width: 96%;
	height: 220px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
} */


.card-container {
	width: 100%;
}

